home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 1.iso / pc / p_bro_w.dxr / 00014_FWD.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  387 b   |  13 lines

  1. on mouseDown
  2.   set tclk to the clickOn + 5
  3.   set the visible of sprite tclk to 1
  4.   updateStage()
  5.   waittimer(1)
  6.   set tcount to integer(the text of member "fPhotoCount") + 1
  7.   if tcount > integer(item integer(the text of member "fPhotoFolder") of the text of member "fPhotoMax") then
  8.     set tcount to 1
  9.   end if
  10.   set the text of member "fPhotoCount" to string(tcount)
  11.   go("DISP")
  12. end
  13.